Add(KeyValuePair<TKey,TValue>) Method

Summary
Adds the specified value to the ICollection with the specified key.
Syntax
C#
VB
C++
public void Add( 
   KeyValuePair<TKey, TValue> item 
) 
  
Public Overloads Sub Add( _ 
   ByVal item As KeyValuePair(Of TKey,TValue) _ 
)  
public: 
void Add(  
   KeyValuePair<TKey^,TValue^> item 
)  

Parameters

item
A KeyValuePair to be added into the DictionaryWithEvents<TKey,TValue>.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.